'Declaration<ExtensionAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Overloads Shared Function ReadValueNonNull(Of TValue)( _ ByVal client As IEasyUAClient, _ ByVal readArguments As UAReadArguments _ ) As TValue
'UsageDim client As IEasyUAClient Dim readArguments As UAReadArguments Dim value As TValue value = IEasyUAClientExtension2.ReadValueNonNull(Of TValue)(client, readArguments)
[Extension()] [JetBrains.Annotations.NotNull()] public static TValue ReadValueNonNull<TValue>( IEasyUAClient client, UAReadArguments readArguments )
[Extension()] [JetBrains.Annotations.NotNull()] public: static TValue^ ReadValueNonNullgeneric<typename TValue> ( IEasyUAClient^ client, UAReadArguments^ readArguments )
Parameters
- client
- The client object that will perform the operation.
The value of this parameter cannot be
null(Nothingin Visual Basic). - readArguments
- An arguments object that specifies what to read from the OPC-UA server.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Type Parameters
- TValue
- The type to convert the attribute value to.
Return Value
This method never returns null (Nothing in Visual Basic).